KREDOR Business Object Framework Documentation

SelectFrom<T>.Join Method 

Appends the specified JOIN clause to the current SelectFrom`1 instance. Must be followed by On(...)

public SelectFrom<T> Join(
   SelectFrom rightSelect
);

Parameters

SelectFrom
For example: SelectFrom<Address>.Where("State", op.Equals, "CA")

Return Value

Remarks

Must be followed by a call to On(leftKey, rightKey).

See Also

SelectFrom<T> Class | Kredor.BO Namespace